home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_18730.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  2.1 KB  |  84 lines

  1. -- card: 18730 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 425
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=310 top=113 right=130 bottom=421
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=344 top=176 right=192 bottom=474
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 6 (button)
  37. -- low flags: 00
  38. -- high flags: 4000
  39. -- rect: left=376 top=301 right=313 bottom=469
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part contents for background part 28
  51. ----- text -----
  52. Introduction
  53. Setting up the BBS
  54. Running the BBS
  55. BBS Internals
  56. Appendices
  57.  
  58. -- part contents for background part 29
  59. ----- text -----
  60. Components
  61. Generic Operation
  62. To Be Continued
  63.  
  64. -- part contents for background part 30
  65. ----- text -----
  66. Introduction
  67. Open Card
  68. Display Fields
  69. Fill Fields
  70. Display Buttons
  71. Push Buttons
  72.  
  73. -- part contents for background part 13
  74. ----- text -----
  75. Push buttons
  76.  
  77. -- part contents for background part 12
  78. ----- text -----
  79.  
  80. If the lookingForNothing method cannot find a field that needs filling, it sends the message "cardFilled".
  81.  
  82. If you are building a card with no buttons, that takes some action as soon as it is filled, this is a good method to override. It is usually best to have the overriding method push an "OK" button on the screen. That way, you can use the button yourself on local logins, but not bother the user with it.
  83.  
  84. The default cardFilled method sends a displayButtons message. The method invoked by this message displays all pushable buttons for the user to select from -- note that the first letter of these buttons must be unique.